home *** CD-ROM | disk | FTP | other *** search
- // Le corps en bois
- object { Corps_Crayon
- pigment { Bois_Crayon }
- finish { ambient Gen_Ambient }
- }
- // La couche de peinture
- object {
- Vernis_Crayon
- pigment {
- gradient x
- color_map{
- [0 0.87 color Coul_Crayon color Coul_Crayon ]
- [0.87 0.9 color White color White ]
- [0.9 1 color Gold color Gold ]
- }
- scale <12.6, 1, 1>
- translate x*-6.5
- }
- finish {
- reflection 0.2
- ambient Gen_Ambient
- }
- }
- // La mine
- object { Mine_Crayon
- }
- pigment { color Coul_Crayon }
- finish { ambient Gen_Ambient }
- bounded_by { box { <-6.5,-0.36,-0.36>, <6.1,0.36,0.36> } }
- translate y*0.35
-